home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "<Tab>"){
- if(tabCount == 0)
- {
- _root.Exit.gotoAndStop("exitOut");
- Selection.setFocus(_root.mainMenu);
- }
- else if(tabCount == 1)
- {
- Selection.setFocus(_root.VisioVisit);
- }
- else if(tabCount == 2)
- {
- _root.VisioVisit.gotoAndStop("visitOut");
- Selection.setFocus(_root.per02);
- }
- else if(tabCount == 3)
- {
- Selection.setFocus(_root.per03);
- }
- else if(tabCount == 4)
- {
- Selection.setFocus(_root.per04);
- }
- else if(tabCount == 5)
- {
- Selection.setFocus(_root.per05);
- }
- else if(tabCount == 6)
- {
- Selection.setFocus(_root.per06);
- }
- else if(tabCount == 7)
- {
- Selection.setFocus(_root.per07);
- }
- else if(tabCount == 8)
- {
- Selection.setFocus(_root.per08);
- }
- else if(tabCount == 9)
- {
- Selection.setFocus(_root.per09);
- }
- else if(tabCount == 10)
- {
- Selection.setFocus(_root.per10);
- }
- else if(tabCount == 11)
- {
- Selection.setFocus(_root.per11);
- }
- else if(tabCount == 12)
- {
- Selection.setFocus(_root.per12);
- }
- else if(tabCount == 13)
- {
- Selection.setFocus(_root.per13);
- }
- else if(tabCount == 14)
- {
- Selection.setFocus(_root.per14);
- }
- else if(tabCount == 15)
- {
- Selection.setFocus(_root.per15);
- }
- else if(tabCount == 16)
- {
- if(_root.per11.per11Clicked != 1)
- {
- _root.per11.gotoAndStop("perOut11");
- }
- else if(_root.per11.per15Clicked == 1)
- {
- _root.per11.gotoAndStop("perClick11");
- }
- if(_root.per11.per11Clicked != 1)
- {
- _root.per11.gotoAndStop("perOut11");
- }
- else if(_root.per11.per15Clicked == 1)
- {
- _root.per11.gotoAndStop("perClick11");
- }
- if(_root.per12.per12Clicked != 1)
- {
- _root.per12.gotoAndStop("perOut12");
- }
- else if(_root.per12.per15Clicked == 1)
- {
- _root.per12.gotoAndStop("perClick12");
- }
- if(_root.per13.per13Clicked != 1)
- {
- _root.per13.gotoAndStop("perOut13");
- }
- else if(_root.per13.per15Clicked == 1)
- {
- _root.per13.gotoAndStop("perClick13");
- }
- if(_root.per14.per15Clicked != 1)
- {
- _root.per14.gotoAndStop("perOut14");
- }
- else if(_root.per14.per15Clicked == 1)
- {
- _root.per14.gotoAndStop("perClick14");
- }
- if(_root.per15.per15Clicked != 1)
- {
- _root.per15.gotoAndStop("perOut15");
- }
- else if(_root.per15.per15Clicked == 1)
- {
- _root.per15.gotoAndStop("perClick15");
- }
- Selection.setFocus(_root.playSel);
- }
- else if(tabCount == 17)
- {
- _root.playSel.gotoAndStop("playSelOut");
- Selection.setFocus(_root.Reset);
- }
- else if(tabCount == 18)
- {
- _root.Reset.gotoAndStop("resetOut");
- Selection.setFocus(_root.back02);
- }
- else if(tabCount == 19)
- {
- _root.back02.gotoAndStop("backOut02");
- Selection.setFocus(_root.Exit);
- }
- tabCount = (tabCount + 1) % 21;
- }
-